
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
   background-color: #4682B4;
   color: #fff;

}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: 6px;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  
}

.resp-content-active,
.resp-accordion-active { display: block;
background-color: #8EA4BE; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 16px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  background-color: #8EA4BE;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 24%;
  
  color: #fff;
 
  height: auto;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  margin-right: 8px;
  background-color: #F9F9F9;

}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 25px 16px !important;
  cursor: pointer;
  float: none;
  background-color: #4682B4;

  
  
  width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    margin-bottom: 6px;
    border-radius: 12px;
}

/*display: block;
    background-color: #4682B4,#0263D7;;
    color: #fff;
    padding: 22px 16px; */
    

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
   font-size:16px;
  float: left;
  width: 74%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
   box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
   background-color: #F9F9F9;

}

.resp-vtabs .resp-tab-content { border: none; 

  /*box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  font-size:16px; */


}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #072F5F;
  border-right: none;
  background-color: #8EA4BE;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
 /*#1B3758 padding: 14px 15px 15px 14px !important; */
  color: #fff;
  margin-bottom: 6px;
}


ul.resp-tabs-list li .active
{
  background-color: #8EA4BE;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #8EA4BE !important;
color:#fff;  }

.resp-easy-accordion h2.resp-accordion { background-color: #072F5F; display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none;font-size: 18px; }

.resp-tab-content .break br
{
  display: none;
}




h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;

}



.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}


.resp-vtabs .resp-tabs-list li {
  
   border:2px solid #ccc;

}